home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / gnulib / sipp / srgp / src / foo.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-11  |  126 b   |  10 lines

  1. #include <stdio.h>
  2. /*#include <sys/types.h>*/
  3. #define NBBY 8
  4. #include <sys/select.h>
  5.  
  6. void main ()
  7. {
  8.   fd_set foo;
  9. }
  10.